UikGWListTileProps class

Inheritance
Annotations

Constructors

UikGWListTileProps()
UikGWListTileProps.fromJson(Map<String, dynamic> json)
factory

Properties

autofocus bool
getter/setter pair
avatar Widget?
getter/setter pair
color Color?
getter/setter pair
description Widget?
getter/setter pair
enabled bool
getter/setter pair
focusColor Color?
getter/setter pair
focusNode FocusNode?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hoverColor Color?
getter/setter pair
icon Widget?
getter/setter pair
id String?
getter/setter pair
listItemTextColor Color?
getter/setter pair
margin EdgeInsets
getter/setter pair
onLongPress GestureLongPressCallback?
getter/setter pair
onTap GestureTapCallback?
getter/setter pair
padding EdgeInsets
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
getter/setter pair
subTitle Widget?
getter/setter pair
title Widget?
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.
override

Operators

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