Answers for "flutter FloatingActionButton disable splash color"

0

flutter FloatingActionButton disable splash color

MaterialApp(
  theme: ThemeData(
    splashColor: Colors.transparent,
    highlightColor: Colors.transparent,
    hoverColor: Colors.transparent,
  ),
  home: ...,
)
Posted by: Guest on July-18-2021

Code answers related to "flutter FloatingActionButton disable splash color"

Browse Popular Code Answers by Language