WidgetExtension extension
- on
Methods
-
backgroundColor(
{Color color = Colors.transparent}) → Widget -
Available on Widget, provided by the WidgetExtension extension
-
borderRadius(
{double? topLeft, double? topRight, double? bottomLeft, double? bottomRight, double? verticalTop, double? verticalBottom, double? horizontalLeft, double? horizontalRight, double? all}) → Widget -
Available on Widget, provided by the WidgetExtension extension
-
innerShadow(
{double? width, double? height, Color? shadowColor}) → Widget -
Available on Widget, provided by the WidgetExtension extension
-
margin(
{double? horizontal, double? vertical, double? top, double? right, double? bottom, double? left, double? all}) → Widget -
Available on Widget, provided by the WidgetExtension extension
-
semantics(
KatalonIdentifier katalonIdentifier) → Widget -
Available on Widget, provided by the WidgetExtension extension
-
shimmer(
{Color baseColor = const Color(0xFFd2d2d2), Color highlightColor = Colors.white}) → Widget -
Available on Widget, provided by the WidgetExtension extension
-
skeletonizer(
{Color baseColor = const Color(0xFFd2d2d2), Color highlightColor = Colors.white, double borderRadius = 6}) → Widget -
Available on Widget, provided by the WidgetExtension extension