Skip to content

Instantly share code, notes, and snippets.

@enginebai
Last active June 22, 2021 13:01
Show Gist options
  • Save enginebai/20f092d0b26fbf135806200175d87a24 to your computer and use it in GitHub Desktop.
Save enginebai/20f092d0b26fbf135806200175d87a24 to your computer and use it in GitHub Desktop.
Label.text(
labelText: 'Default simple text',
),
Label.text(
labelText: 'Larger Text',
textSize: 36,
),
Label.filled(
labelText: 'Filled Text',
backgroundColor: Colors.green,
),
Label.stroke(
labelText: 'Stoke Text',
strokeColor: Colors.amber,
textColor: Colors.amber,
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment