WidgetEPExtension extension

on

Methods

aligned([Alignment alignment = Alignment.center]) Widget
bordered({bool top = true, bool bottom = true, bool left = true, bool right = true, Color color = Colors.black12, double radius = 4.0}) Widget
centered() Widget
constrained({double maxHeight = double.infinity, double maxWidth = double.infinity, double minHeight = 0.0, double minWidth = 0.0}) Widget
padded([EdgeInsets padding = const EdgeInsets.all(kXSSize)]) Widget
positioned({double? left, double? top, double? right, double? bottom}) Widget
sized({double? height, double? width}) Widget