Skip to content

Instantly share code, notes, and snippets.

@zamahaka
Created May 27, 2020 07:42
Show Gist options
  • Save zamahaka/79f6cc86cb6ef31806b20d5ff9d24cbf to your computer and use it in GitHub Desktop.
Save zamahaka/79f6cc86cb6ef31806b20d5ff9d24cbf to your computer and use it in GitHub Desktop.
FlatButton(
onPressed: onSignUp,
child: Text('SIGN UP'),
color: AppColors.grey,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.only(
topLeft: Radius.zero,
bottomLeft: Radius.zero,
topRight: Radius.circular(4),
bottomRight: Radius.circular(4),
),
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment