FLDyListTileUnitModel class

ListTile

Inheritance
Annotations
  • @JsonSerializable()

Constructors

FLDyListTileUnitModel({String? uniqueId, String? unitName, FLDyUnitPositioned? positioned, FLDyUnitModel? leading, FLDyUnitModel? title, FLDyUnitModel? subtitle, FLDyUnitModel? trailing, bool? isThreeLine, bool? dense, FLDyUnitEdgeInsets? contentPadding, bool? enabled, bool? selected})
FLDyListTileUnitModel.fromJson(Map<String, dynamic> json)
factory

Properties

align FLDyUnitAlign?
finalinherited
child FLDyUnitModel?
finalinherited
children List<FLDyUnitModel>?
finalinherited
contentPadding FLDyUnitEdgeInsets?
final
dense bool?
final
enabled bool?
final
flex String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isThreeLine bool?
final
leading FLDyUnitModel?
final
positioned FLDyUnitPositioned?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool?
final
subtitle FLDyUnitModel?
final
title FLDyUnitModel?
final
trailing FLDyUnitModel?
final
uniqueId String?
finalinherited
unitName String?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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