label property

String label
final

label is used to set the button label This is a required property This is a string type property This is a mandatory property

Example:

CustomButton(
label: 'Login',
);

Implementation

final String label;