topSide method
Override to customize the top area of your screen.
Tip: Ideal for placing elements like headers.
Implementation
Widget topSide(BuildContext context, double topInsets) {
return const SizedBox.shrink();
}
Override to customize the top area of your screen.
Tip: Ideal for placing elements like headers.
Widget topSide(BuildContext context, double topInsets) {
return const SizedBox.shrink();
}