clear property

Inkwell get clear

@template ~ create a new rumble inkwell

Implementation

static Inkwell get clear {
  return Inkwell()
    ..splash(palette.none, 0)
    ..hover(palette.none, 0)
    ..focus(palette.none, 0)
    ..overlay(palette.none, 0)
    ..highlight(palette.none, 0);
}