• Anthony's avatar
    [Material] Create a FloatingActionButton ThemeData and honor it within the... · bdf582fd
    Anthony authored
    [Material] Create a FloatingActionButton ThemeData and honor it within the FloatingActionButton (#28735)
    
    Adds a FloatingActionButtonThemeData so that FABs can be themed at the Theme level and independently. The properties that are now on the theme must be defaulted at the build level, in order to respect any contributing theme properties. Because of this, some tests had to be modified to look at properties after they are built. Also, since default behaviors are now tested in the FAB Theme test, some default tests in the FAB test no longer applied and were removed.
    
    The themable properties are:
    -backgroundColor
    -foregroundColor
    -elevation
    -disabledElevation
    -highlightElevation
    -shape
    bdf582fd
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
engine Loading commit data...
examples Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
harness Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...
flutter_test_alternative.dart Loading commit data...
flutter_test_config.dart Loading commit data...