buildBd method
Implementation
Widget buildBd(BuildContext context) {
return Container(
width: double.infinity,
// color: Theme.of(context).colorScheme.surface.withAlpha(100),
padding: const EdgeInsets.all(8),
child: body,
);
}
Widget buildBd(BuildContext context) {
return Container(
width: double.infinity,
// color: Theme.of(context).colorScheme.surface.withAlpha(100),
padding: const EdgeInsets.all(8),
child: body,
);
}