menu
fuck_utils package
documentation
widget/index_bar.dart
IndexBar
IndexBar const constructor
IndexBar const constructor
dark_mode
light_mode
IndexBar
constructor
const
IndexBar
(
{
dynamic
onIndexClick
(
String
)?,
List
<
String
>
?
index
,
Key
?
key
,
})
Implementation
const IndexBar({this.onIndexClick,this.index, Key? key}) : super(key: key);
fuck_utils package
documentation
widget/index_bar
IndexBar
IndexBar const constructor
IndexBar class