Hello,
I need to redefine a color palette of the theme.
What is the best practice to do that, I want void broken your design. Please, share the screenshot.
admin_emre
Member
5 years, 11 months ago
2 Replies
Q:
How rewrite bootstrap colors
2 Replies
Up
0
admin_emre
Member
5 years, 8 months ago
Up
0
admin_emre
Member
5 years, 8 months ago
import 'package:flutter/material.dart';
import 'package:organic_food_app/constants/constants.dart';
import 'package:organic_food_app/screens/sign_in/sign_in_screen.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Organic Food App',
debugShowCheckedModeBanner: false,
theme: ThemeData(
primarySwatch: Colors.blue,
visualDensity: VisualDensity.adaptivePlatformDensity,
scaffoldBackgroundColor: white
),
home: SignInScreen(),
);
}
}
Viewing 2 replies - 1 through 2 (of 2 total)
Join the conversation
You must be logged in to reply to this topic.
`main(){
runM();
}