build abstract method

Widget build({
  1. bool hinted = true,
  2. bool big = false,
  3. bool expanded = false,
})

Builds the Widget representation of this CallButton.

Implementation

Widget build({bool hinted = true, bool big = false, bool expanded = false});