ristek_material_component

Creator: coderz1093

Last updated:

0 purchases

ristek_material_component Image
ristek_material_component Images
Add to Cart

Description:

ristek material component

ristek_material_component #
A Material Component for Ulas Kelas Project Ristek Universitas Indonesia
Getting Started #

Primary Button #
PrimaryButton(
/// If you want to change the content of this button just unset [text]
/// argument
///
/// change with
/// child: SomeWidget()
text: 'Hello',

// If you want disabled this button just unset [onPressed] argument
onPressed: () {},

/// Try other argument like [isLoading]
)
copied to clipboard
Secondary Button #
SecondaryButton(
/// If you want to change the content of this button just unset [text]
/// argument
///
/// change with
/// child: SomeWidget()
text: 'Hello',

// If you want disabled this button just unset [onPressed] argument
onPressed: () {},

/// Try other argument like [isLoading]
)
copied to clipboard

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.

Related Products

More From This Creator