border method
The shape of the border to draw around the decorations' container
Equivalent to
TextFormField(
decoration: InputDecoration(
border: input
)
)
Implementation
NikuTextField border(InputBorder border) {
_input_border = border;
return this;
}