SourceClass ScrollFadeStyle
from egui import ScrollFadeStyleclass ScrollFadeStyle:Controls if and how to fade out the sides of a egui.ScrollArea
to indicate there is more there if you scroll.
from egui import ScrollFadeStyleclass ScrollFadeStyle:Controls if and how to fade out the sides of a egui.ScrollArea
to indicate there is more there if you scroll.
@property
def size(self, /) -> float§@size.setter
def size(self, /, size: float) -> None§@property
def strength(self, /) -> float§@strength.setter
def strength(self, /, strength: float) -> None§@staticmethod
def default() -> ScrollFadeStyle§def ui(self, /, ui: Ui) -> None§