SourceClass TextCursorStyle
from egui import TextCursorStyleclass TextCursorStyle:Look and feel of the text cursor.
from egui import TextCursorStyleclass TextCursorStyle:Look and feel of the text cursor.
@property
def blink(self, /) -> bool§@blink.setter
def blink(self, /, blink: bool) -> None§@property
def off_duration(self, /) -> float§@off_duration.setter
def off_duration(self, /, off_duration: float) -> None§@property
def on_duration(self, /) -> float§@on_duration.setter
def on_duration(self, /, on_duration: float) -> None§@property
def preview(self, /) -> bool§@preview.setter
def preview(self, /, preview: bool) -> None§@property
def stroke(self, /) -> Stroke§@stroke.setter
def stroke(self, /, stroke: Stroke) -> None§@staticmethod
def default() -> TextCursorStyle§