SafeBar constructor

const SafeBar({
  1. Key? key,
  2. bool top = false,
  3. bool bottom = false,
  4. bool left = false,
  5. bool right = false,
  6. required PylonBuilder builder,
})

Implementation

const SafeBar(
    {super.key,
    this.top = false,
    this.bottom = false,
    this.left = false,
    this.right = false,
    required this.builder});