blur method

BlurPanel blur()

Implementation

BlurPanel blur() {
  return BlurPanel(child: this);
}