Styling / themes
// You should only really pick one, but it is possible to switch between the two
// Android
import 'package:flutter/material.dart';
// iOS
import 'package:flutter/cupertino.dart';Setting a theme
// You should only really pick one, but it is possible to switch between the two
// Android
import 'package:flutter/material.dart';
// iOS
import 'package:flutter/cupertino.dart';