menu
kar_erpnext_ess package
documentation
presentation/widgets/custom_expanstion_tile.dart
CustomExpansionTile
CustomExpansionTile.new const constructor
CustomExpansionTile.new const constructor
dark_mode
light_mode
CustomExpansionTile
constructor
const
CustomExpansionTile
(
String
title
,
List
<
Widget
>
children
,
bool
initialExpanded
, {
Key
?
key
,
})
Implementation
const CustomExpansionTile(this.title, this.children, this.initialExpanded, {super.key});
kar_erpnext_ess package
documentation
presentation/widgets/custom_expanstion_tile
CustomExpansionTile
CustomExpansionTile.new const constructor
CustomExpansionTile class