BorderTheme constructor
const
BorderTheme({
- BorderStyle style = BorderStyle.single,
- BorderStyle focusedStyle = BorderStyle.double,
- Style strokeStyle = Style.none,
- Style focusedStrokeStyle = Style.none,
Implementation
const BorderTheme({
this.style = BorderStyle.single,
this.focusedStyle = BorderStyle.double,
this.strokeStyle = Style.none,
this.focusedStrokeStyle = Style.none,
});