ListTileJConfig class

Constructors

ListTileJConfig({List<String> keys = const [], required List<JListTile> items, bool hideBorder = false, bool hideIndicator = false, BorderRadius? borderRadius, ItemIndicator indicator = ItemIndicator.radiobox, Color? selectColor, Color? unSelectColor})

Properties

borderRadius BorderRadius
final
hashCode int
The hash code for this object.
no setterinherited
hideBorder bool
final
hideIndicator bool
final
indicator ItemIndicator
final
items List<JListTile>
final
keys List<String>
keys of selected items
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectColor Color?
final
selectedKeys List<String>
no setter
unSelectColor Color?
final

Methods

build(BuildContext context, List<String> onChange(List<String> keys)) Widget
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