DUITile class

Constructors

DUITile()

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

listSearchTileCustomImage(IconData leading, BuildContext context, String? title, dynamic onTap(), {String? searchText, double? imageSize, Color? imageColor, bool loading = false}) Widget
listTile(String? text, BuildContext context, dynamic onTap(), {EdgeInsets? padding, Color? colorText, bool? loading = false, Widget? leading, Widget? trailing}) Widget
listTileCustomImage(Widget leading, BuildContext context, String? title, dynamic onTap()) Widget
listTileWithSub(String? title, BuildContext context, String? subtitle, {EdgeInsets? padding, Color? colorText, dynamic onTap()?, Widget? leading, Widget? trailing}) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
squareTile(BuildContext context, {IconData? icon, required String? title, dynamic onTap()?, dynamic onInfoTap()?, String? value, String? subtitle, bool selected = false}) Widget
toString() String
A string representation of this object.
inherited

Operators

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