Skip to content

Instantly share code, notes, and snippets.

@ScottS2017
Last active March 15, 2019 12:14
Show Gist options
  • Save ScottS2017/35618ff5d5304062b849730f82c3ef74 to your computer and use it in GitHub Desktop.
Save ScottS2017/35618ff5d5304062b849730f82c3ef74 to your computer and use it in GitHub Desktop.
Expanded({
Key key,
int flex = 1,
@required Widget child,
}) : super(
key: key,
flex: flex,
fit: FlexFit.tight,
child: child,
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment