clear property

Inkwell get clear

Implementation

static Inkwell get clear {
  return Inkwell()
    ..splashColor(palette.white, 0).highlightColor(palette.white, 0)
    ..hoverColor(palette.white, 0).overlayColor(palette.white, 0)
    ..focusColor(palette.white, 0);
}