Skip to content

Instantly share code, notes, and snippets.

@MarcinusX
Created August 24, 2018 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcinusX/b71f8201cfa1a9b065b904d2074aa5bb to your computer and use it in GitHub Desktop.
Save MarcinusX/b71f8201cfa1a9b065b904d2074aa5bb to your computer and use it in GitHub Desktop.
import 'package:bmi_calculator/gender_card.dart';
class InputPage extends StatelessWidget {
Widget _buildCards(BuildContext context) {
return ...
child: Column(
children: <Widget>[
Expanded(child: GenderCard()),
Expanded(child: _tempCard("Weight")),
],
),
...
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment