inlineAlert abstract method

Widget inlineAlert({
  1. String title,
  2. String body,
  3. IconData icon,
  4. ColorTones color,
  5. List<Widget> buttons,
})

Implementation

Widget inlineAlert({
  String title,
  String body,
  IconData icon,
  ColorTones color,
  List<Widget> buttons,
});