FespListTileData class
- Annotations
-
- @FespNodeBuildersA.new(builders: [FespNodeBuilderField(className: 'FespListTileBuilderData', returnType: 'ListTile', classFields: [FespNodeBuilderClassField(type: 'Widget', name: 'title'), FespNodeBuilderClassField(type: 'Widget?', name: 'leading'), FespNodeBuilderClassField(type: 'Widget?', name: 'trailing'), FespNodeBuilderClassField(type: 'ShapeBorder', name: 'shape'), FespNodeBuilderClassField(type: 'void Function()?', name: 'onTap')])], invalidTypes: ['EdgeInsetsGeometry'])
Constructors
- FespListTileData({required Widget title, required dynamic onTap(), Widget? trailing = const Icon(Icons.keyboard_arrow_right_outlined), Widget? leading, bool material = true, EdgeInsetsGeometry padding = const EdgeInsets.all(5), ListTile fespBuilder0(BuildContext p0, $FespListTileBuilderData p1)?})
-
const
Properties
- fespBuilder0 → ListTile Function(BuildContext p0, $FespListTileBuilderData p1)?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- leading → Widget?
-
final
- material → bool
-
final
- onTap → dynamic Function()
-
final
- padding → EdgeInsetsGeometry
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → Widget
-
final
- trailing → Widget?
-
final
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