MenuListSectionTitle constructor
const
MenuListSectionTitle({
- Key? key,
- required String title,
- EdgeInsetsGeometry padding = const EdgeInsets.only(top: 8.0, bottom: 8.0, left: 45.0, right: 15.0),
- TextStyle textStyle = const TextStyle(),
Implementation
const MenuListSectionTitle({
Key? key,
required this.title,
this.padding = const EdgeInsets.only(
top: 8.0,
bottom: 8.0,
left: 45.0,
right: 15.0,
),
this.textStyle = const TextStyle(),
}) : super(key: key);