FLStaticItemData class

Constructors

FLStaticItemData({FLStaticListCellType cellType = FLStaticListCellType.normal, Widget? leading, String? title, TextStyle? titleStyle, String? subtitle, TextStyle? subtitleStyle, FLStaticListCellAccessoryType accessoryType = FLStaticListCellAccessoryType.accNone, String? accessoryString, Widget? customTrailing, Color? cellColor, VoidCallback? onTap, bool accItemValue = false, bool selected = false, ValueChanged<bool?>? onChanged, String? buttonTitle, Color? buttonTitleColor, Color? buttonColor, VoidCallback? onButtonPressed, Widget? customizeContent})

Properties

accessoryString String?
final
accessoryType FLStaticListCellAccessoryType
final
accItemValue bool
final
buttonColor Color?
final
buttonTitle String?
final
buttonTitleColor Color?
final
cellColor Color?
final
cellType FLStaticListCellType
final
customizeContent Widget?
final
customTrailing Widget?
final
hashCode int
The hash code for this object.
no setterinherited
leading Widget?
final
onButtonPressed VoidCallback?
final
onChanged ValueChanged<bool?>?
final
onTap VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
final
subtitle String?
final
subtitleStyle TextStyle?
final
title String?
final
titleStyle TextStyle?
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