PanelBoxCharSet constructor

const PanelBoxCharSet({
  1. required String topLeft,
  2. required String topRight,
  3. required String bottomLeft,
  4. required String bottomRight,
  5. required String horizontal,
  6. required String vertical,
  7. required String leftT,
  8. required String rightT,
  9. required String topT,
  10. required String bottomT,
  11. required String cross,
})

Implementation

const PanelBoxCharSet({
  required this.topLeft,
  required this.topRight,
  required this.bottomLeft,
  required this.bottomRight,
  required this.horizontal,
  required this.vertical,
  required this.leftT,
  required this.rightT,
  required this.topT,
  required this.bottomT,
  required this.cross,
});