Default property

CodeEntryFieldStyle Default
final

The deafult style of the widget

Implementation

static final Default = CodeEntryFieldStyle(
    boxBackgroundColor: Colors.white,
    boxBorderColor: Colors.black,
    boxBorderWidth: 1.0,
    boxCornerRadius: 20.0,
    selectionColor: Colors.black,
    textStyle: TextStyle(
      fontSize: 20,
      color: Colors.black,
    ));