ConvexButton constructor
const
ConvexButton({})
Make new instance of ConvexButton
Implementation
const ConvexButton({
Key? key,
this.size,
this.sigma,
required this.child,
this.thickness,
this.backgroundColor,
this.top,
}) : super(key: key);