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