Skip to content

Instantly share code, notes, and snippets.

@daiki1003
Last active August 30, 2022 02:05
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 daiki1003/c91330ed0ddc28ed281dc6642f654a8c to your computer and use it in GitHub Desktop.
Save daiki1003/c91330ed0ddc28ed281dc6642f654a8c to your computer and use it in GitHub Desktop.
class BadAssociationWidget extends StatelessWidget {
const BadAssociationWidget();
@override
Widget build(BuildContext context) {
return Container(
margin: const EdgeInsets.symmetric(horizontal: 16),
child: Text('Hello with Margin'),
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment