Bottom constructor

const Bottom({
  1. required int length,
  2. required PreferredSizeWidget? child,
})

Implementation

const Bottom({required this.length, required this.child});