BlurryContainerExtension<T extends Widget> extension

Extension method for the Widget class that adds a blurred method.

on
  • T

Methods

blurry({double? height, double? width, double blur = 5, double elevation = 0, EdgeInsets padding = const EdgeInsets.all(8), Color color = Colors.transparent, Color shadowColor = Colors.black26, BorderRadius borderRadius = const BorderRadius.all(Radius.circular(20))}) Widget
Returns a BlurryContainer widget with the specified properties and the current widget as its child.