ux-components 0.1.3

Backend agnostic GUI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/*
getOffset(ScaffoldPrelayoutGeometry scaffoldGeometry) -> Offset
Places the FloatingActionButton based on the Scaffold's layout.
*/

pub struct FloatingActionButtonLocation;

impl Default for FloatingActionButtonLocation {
    fn default() -> Self {
        Self {}
    }
}