Skip to content

Instantly share code, notes, and snippets.

@rjcalifornia
Created January 28, 2020 00:22
Step(
title: const Text('Receipt number:'),
isActive: true,
state: StepState.editing,
content: new TextFormField(
keyboardType: TextInputType.text,
autocorrect: true,
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment