b method
Apply styling to border
Equivalent to
TextButton(
border: MaterialStateProperty.resolveWith<OutlinedBorder>((states) {
return base;
});
)
Implementation
NikuButton b(BorderSide input) {
_side.updateAll(input);
return this;
}
Apply styling to border
Equivalent to
TextButton(
border: MaterialStateProperty.resolveWith<OutlinedBorder>((states) {
return base;
});
)
NikuButton b(BorderSide input) {
_side.updateAll(input);
return this;
}