superellipse_shape 0.1.3 copy "superellipse_shape: ^0.1.3" to clipboard
superellipse_shape: ^0.1.3 copied to clipboard

outdated

A package for creating superellipse shapes in flutter. A superellipse is used to make smooth rounded edges on a widget, smoother than border-radius.

Superellipse Shape #

Superellipses in flutter!

A package for creating superellipse shapes in flutter.

class SuperellipseDemo extends StatelessWidget {

  @override
  Widget build(BuildContext context) {
    
    return Material(
      color: Colors.blueAccent[400],
      shape: SuperellipseShape(25.0),
      child: Container(
        width: 100.0,
        height: 100.0,
      ),
    );

  }

}
44
likes
0
pub points
82%
popularity

Publisher

unverified uploader

A package for creating superellipse shapes in flutter. A superellipse is used to make smooth rounded edges on a widget, smoother than border-radius.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on superellipse_shape