What is the default font family of a Flutter app?
The default font of MaterialApp is Roboto
The default fonts depend on the operating system:
Android uses the Roboto font.
iOS uses the San Francisco font (specifically, SF Pro Display).
You need to login first then you can post Your Answer Log in Sign up
Copyright © 2021 Dtuto.Com