menu
tdesign_mobile_flutter package
documentation
cell/section.dart
TdSection
TdSection.new const constructor
TdSection.new const constructor
dark_mode
light_mode
TdSection
constructor
const
TdSection
(
{
Key
?
key
,
Widget
?
header
,
Widget
?
footer
,
required
List
<
Widget
>
children
,
})
Implementation
const TdSection({ super.key, this.header, this.footer, required this.children, });
tdesign_mobile_flutter package
documentation
cell/section
TdSection
TdSection.new const constructor
TdSection class