SourceClass Selection
from egui import Selectionclass Selection:Selected text, selected elements etc
from egui import Selectionclass Selection:Selected text, selected elements etc
@property
def bg_fill(self, /) -> Color32§@bg_fill.setter
def bg_fill(self, /, bg_fill: Color32) -> None§@property
def stroke(self, /) -> Stroke§@stroke.setter
def stroke(self, /, stroke: Stroke) -> None§@staticmethod
def default() -> Selection§def ui(self, /, ui: Ui) -> None§