Skip to content

[Feature request] Replace your Size with some child of ui.Size #31

@bambinoua

Description

@bambinoua

Platforms

dart

Description

Now your Size interfere with dart:ui Size. It would be good to have your own class. For example:

class ImageSize extends Size {
  ...
}

Why

It will not confuses the user because Size is just a base object with width and height. You bring your own sense - it is image size (moreover with the additional boolean).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions