• Todd Volkert's avatar
    Add `const Border.uniform()` (#30640) · 0b8403b6
    Todd Volkert authored
    `Border.all()` is a factory constructor and thus not const
    constructible. This change adds a `const Border.uniform()`
    constructor and makes `Border.all()` delegate to it. This allows
    callers to more likely be able to make their widget tree const
    constructible.
    0b8403b6
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...