BoxOptions constructor
const
BoxOptions({
- BorderSides sides = const BorderSides(),
- bool fill = false,
- String? title,
- TextAlignment titleAlignment = TextAlignment.left,
- List<
int> ? borderChars,
Creates a BoxOptions.
Implementation
const BoxOptions({
this.sides = const BorderSides(),
this.fill = false,
this.title,
this.titleAlignment = TextAlignment.left,
this.borderChars,
});