LiquidRoundedRectangle constructor
const
LiquidRoundedRectangle({
- required double borderRadius,
- BorderSide side = BorderSide.none,
Creates a new LiquidRoundedRectangle with the given borderRadius.
Implementation
const LiquidRoundedRectangle({
required this.borderRadius,
super.side = BorderSide.none,
});