LazyUi class

A utility class for configuring lazy UI settings and styles.

Constructors

LazyUi()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

font TextStyle
The default font style.
no setter
iconType IconType
The default icon type.
no setter
radius double
The default border radius value.
no setter
space double
The default spacing value.
no setter

Static Methods

builder(BuildContext context, Widget? child, {double? maxScalingFontSize, bool useLzToast = true}) Widget
Builds a widget with lazy UI configurations applied.
init({AppTheme theme = AppTheme.light, IconType icon = IconType.tablerIcon, TextStyle? font, double? space, double? radius, bool alwaysPortrait = true}) → void
Initializes LazyUi with optional configuration parameters.