nil top-level constant
A widget which is not in the layout and does nothing. It is useful when you have to return a widget and can't return null.
Implementation
const nil = Nil();
A widget which is not in the layout and does nothing. It is useful when you have to return a widget and can't return null.
const nil = Nil();