Bottom constructor
const
Bottom({
- required int length,
- required PreferredSizeWidget? child,
Implementation
const Bottom({required this.length, required this.child});