Alejandro Rios
07/08/2020, 1:55 AMBottomAppBar
inside a Scaffold
, a simple one, but keeps showing me an error Type mismatch related to this ((BottomAppBar.FabConfiguration?) → Unit)?
matvei
07/08/2020, 8:57 AMScaffold(bottomBar = myBottomBarLambda)
to
Scaffold(bottomBar { myBottomBarLambda() })
Having said that, in dev14 there's to FabConfiguration needed, so in the latest release there will be no such problem.
Let me know if it helped