radis_rounded_button

Last updated:

0 purchases

radis_rounded_button Image
radis_rounded_button Images
Add to Cart

Description:

radis rounded button

radis_rounded_button #
Rounded button package built for for flutter. Null safety supported

Supported Platforms

ANDROID
IOS
LINUX
MACOS
WEB
WINDOWS


How to Use #
First, add package to your dependencies in pubspec.yml
radis_rounded_button: ^latest
copied to clipboard
Find the latest version from pub.dev
Simple usage #
RoundedButton(
widget: Text('LOGIN'),
leadingWidget: Icon(CupertinoIcons.forward),
onPressed: () {},
);
copied to clipboard

All properties #



property
description
default




backgroundColor
Color
Colors.blue


borderColor
Color
null


disabled
bool
false


elevation
double
0


leadingWidget
Widget
null


loading
bool
false


leadingAlignment
AlignmentGeometry
Alignment.centerRight


loadingWidget
Widget
null


onPressed
Function (required)
required


padding
EdgeInsetsGeometry
EdgeInsets.symmetric(horizontal: 0, vertical: 16)


progressBarColor
Color
Colors.white


progressBarSize
double
25


radius
double
7


widget
Widget (required)
required



Your contributions are welcome. #

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.