Skip to content

Instantly share code, notes, and snippets.

View StanleySP-eng's full-sized avatar

StanleySP-eng

View GitHub Profile
import 'package:flutter/material.dart';
void main() {
runApp(MaterialApp(home: SpacingExample()));
}
class SpacingExample extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
import 'package:flutter/material.dart';
void main() {
runApp(MaterialApp(home: SpacingExample()));
}
class SpacingExample extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(