NoItemFoundConst mixin

Mixin providing empty state ("no items found") UI constants.

Contains styling configuration for empty state views including text styles, container dimensions, colors, and default icons.

Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
imgNoItemFound Icon
Default icon for "no items found" state.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
txtNoFollowingFoundStyle TextStyle
Text style for "no items found" message.
getter/setter pair
vwNoItemFoundBgColor Color
Background color for "no items found" container.
getter/setter pair
vwNoItemFoundBorderColor Color
Border color for "no items found" container.
getter/setter pair
vwNoItemFoundBorderRadius double
Border radius for "no items found" container: 12 logical pixels.
getter/setter pair
vwNoItemFoundBorderWidth double
Border width for "no items found" container.
getter/setter pair
vwNoItemFoundHeight double
Height of the "no items found" container: 140 logical pixels.
getter/setter pair
vwNoItemFoundPadding EdgeInsets
Padding inside the "no items found" container.
getter/setter pair
vwNoItemFoundWidth double
Width of the "no items found" container: 250 logical pixels.
getter/setter pair

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