floating property

bool floating
final

This controls whether the footer will float over the body content. If true, the footer will be in the Stack and appear above the body. If false, the footer gets rendered in a Column widget and will never allow the body to appear behind it.

Implementation

final bool floating;