fabOptions

var fabOptions: MutableList<FabOption>

The FabOptions (with optional labels) in this orientation. May be empty.

To remove a FabOption from this orientation, simply call remove(FabOption) or remove(int) (the latter is named removeAt(int) in Kotlin).