Skip to content

fauziridwan1709/ristek_material_component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ristek_material_component

A Material Component for Ulas Kelas Project Ristek Universitas Indonesia

Getting Started

Alt text

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]
)

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]
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages