Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build new widgets with the same syntax style (Text widget) #19

Closed
ReinBentdal opened this issue Jun 22, 2019 · 1 comment
Closed

Build new widgets with the same syntax style (Text widget) #19

ReinBentdal opened this issue Jun 22, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ReinBentdal
Copy link
Owner

ReinBentdal commented Jun 22, 2019

Taking inspiration from SwiftUI to exapnd. The first step i think is to create a text widget almost like the one in the picture.

[Widget name](String text)
  .size(24) // fontsize
  .weight(.bold) // fontweight
  .color('#000000')
  etc

Single dot methods coming in the next update.

Considered Text widget names: Line, Text(override), P, Paragraph, Txt

@ReinBentdal ReinBentdal added enhancement New feature or request help wanted Extra attention is needed labels Jun 22, 2019
@ReinBentdal ReinBentdal added this to the 0.7.0 milestone Jun 22, 2019
@ReinBentdal
Copy link
Owner Author

ReinBentdal commented Jun 22, 2019

dart-lang/language#417

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant