Skip to content

Instantly share code, notes, and snippets.

View brighthr-stanton's full-sized avatar
Awesome

Stanton brighthr-stanton

Awesome
  • BrightHR
  • Manchester
View GitHub Profile
@brighthr-stanton
brighthr-stanton / main.dart
Created November 17, 2020 17:25
Border customisation
import 'package:flutter/material.dart';
final Color darkBlue = Color.fromARGB(255, 18, 32, 47);
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override