menu
fanci package
documentation
expansion_tile/playground.dart
TileAtIndex
TileAtIndex const constructor
TileAtIndex const constructor
dark_mode
light_mode
TileAtIndex
constructor
const
TileAtIndex
(
{
Key
?
key
,
required
String
index
,
required
dynamic
onRemoveMeTap
(
String
index
),
})
Implementation
const TileAtIndex({ super.key, required this.index, required this.onRemoveMeTap, });
fanci package
documentation
expansion_tile/playground
TileAtIndex
TileAtIndex const constructor
TileAtIndex class