Answers for "splash popupmenubutton in flutter"

0

splash popupmenubutton in flutter

Theme(
  data: Theme.of(context).copyWith(
    highlightColor: Colors.transparent,
    splashColor: Colors.transparent,
  ),
  child: PopupMenuButton(...),
)
Posted by: Guest on February-24-2022

Browse Popular Code Answers by Language