Skip to content

Instantly share code, notes, and snippets.

@snakesonaguy
snakesonaguy / layoutchallenge.dart
Created February 16, 2020 18:26
Layout Challenge
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Layout Challenge',