AppSkin class

Implementers

Constructors

AppSkin({Key? key, ColorsDelegate? colorsDelegate, TextStylesDelegate? textStylesDelegate, IconsDelegate? iconsDelegate, ImagesDelegate? imagesDelegate, FilesDelegate? filesDelegate, DimensionsDelegate? dimensionsDelegate, List<StyleDelegate>? styleDelegates, required Widget child})

Properties

colors ColorsDelegate
final
dimensions DimensionsDelegate
final
files FilesDelegate
final
icons IconsDelegate
final
images ImagesDelegate
final
styleDelegates → List<StyleDelegate>
final
textStyles TextStylesDelegate
final

Methods

styleByType<T>() → T?
updateShouldNotify(covariant InheritedWidget oldWidget) → bool
Whether the framework should notify widgets that inherit from this widget.

Static Properties

debugInvalidate ↔ Function
getter/setter pair

Static Methods

of(BuildContext context) AppSkin