CommonSearchTextFieldConst mixin

Mixin providing search text field styling constants.

Contains configuration for search input fields including colors, text styles, dimensions, and icon settings.

Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
imgSearch Icon
Search icon widget with white color.
getter/setter pair
imgSearchSize double
Size of the search icon: 34 logical pixels.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBarThemeColor MaterialColor
Theme color for search bar (unfocused state).
getter/setter pair
searchContainerBorderRadius BorderRadius
Border radius for search container (fully rounded).
getter/setter pair
searchContainerPadding EdgeInsets
Padding around the search container.
getter/setter pair
searchContainerSuffixIconPadding EdgeInsets
Padding for search suffix icon container.
getter/setter pair
searchIconContainerBorderRadius BorderRadius
Border radius for search icon container.
getter/setter pair
searchTextFieldPadding EdgeInsets
Left padding inside the search text field.
getter/setter pair
txtSearchFontWeight FontWeight
Font weight for search text.
getter/setter pair
txtSearchLetterSpacing double
Letter spacing for search text.
getter/setter pair
txtSearchTextStyle TextStyle
Text style for search field text and hints.
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